home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _646D92BD094C445FA6D593FD396A4B62 < prev    next >
Encoding:
Text File  |  2005-08-12  |  771 b   |  36 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             colorop("add", "tfactor", "tfactor_a", "current")
  14.             alphaop("arg1", "diffuse", "current", "current")
  15.         }
  16.         tmu()
  17.         {
  18.             texture()
  19.             {
  20.                 image("OnFrontGlass_Blade.dds")
  21.                 //filtering("linear_no_mip")
  22.             }
  23.  
  24.             colorop("mul", "texture", "current", "current")
  25.             alphaop("mul", "texture", "current", "current")
  26.         }
  27.  
  28.     Tfactor(%daycolor_r, %daycolor_g, %daycolor_b, 0.1) 
  29.         blendfunc("src_alpha", "inv_src_alpha")
  30.         //blendfunc("one", "one")
  31.         depthfunc("lequal", 0)
  32.     }
  33. }
  34.  
  35.  
  36.